( grid, color, x, y ) ( grid, color, xGrid, yGrid ) ( grid, color, x#, y# ) These functions draw a point at the specified coordinates. Then the appropriate drawpoint is set to the specified coordinates. color = -1 means draw in the current drawing color. No color attribute is changed. |
|
( grid, color, first, count, @points[] ) ( grid, color, first, count, @pointsGrid[] ) ( grid, color, first, count, @points#[] ) These functions draw a series of points. Then the appropriate drawpoint is set to the last point drawn. Each point occupies two array elements. The first two array elements are point #0. first is the first point drawn. Successive points are drawn until the array is exhausted or count points have been drawn. count = 0 means draw points until the array is exhausted. color = -1 means draw in the current drawing color. No color attribute is changed. |
|
( grid, color, text$ ) ( grid, color, text$ ) ( grid, color, text$ ) These functions draw text at the appropriate drawpoint without changing the pixels around the characters. Then the appropriate drawpoint is left after the last character. color = -1 means draw in the current drawing color. No color attribute is changed. |
|
( grid, color, text$ ) ( grid, color, text$ ) ( grid, color, text$ ) These functions draw text at the appropriate drawpoint after they fill the rectangle that contains the text with the current background color. Then the appropriate drawpoint is left after the last character. color = -1 means draw in the current drawing color. No color attribute is changed. |